VERSION 5.00 Begin VB.Form frmSave BackColor = &H80000012& BorderStyle = 1 'Fixed Single Caption = "Save / Save As" ClientHeight = 1665 ClientLeft = 4635 ClientTop = 2685 ClientWidth = 2610 Icon = "frmSave.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 1665 ScaleWidth = 2610 Begin VB.CommandButton cmdDone Caption = "Done" Height = 375 Left = 480 TabIndex = 1 Top = 1200 Width = 1575 End Begin VB.Label lblSave BackColor = &H80000012& Caption = " This command lets you save the address that you are currently at." ForeColor = &H000000FF& Height = 855 Left = 480 TabIndex = 0 Top = 120 Width = 1575 End Attribute VB_Name = "frmSave" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub cmdDone_Click() frmSave.Hide frmFile.Show End Sub